GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / PdfCreateFromMultipageTIFF_4 Method





In This Topic
PdfCreateFromMultipageTIFF_4 Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(530)>
Function PdfCreateFromMultipageTIFF_4( _
   ByVal ImageID As Integer, _
   ByVal PdfFileDest As String, _
   ByVal Title As String, _
   ByVal Author As String, _
   ByVal Subject As String, _
   ByVal Keywords As String, _
   ByVal Creator As String, _
   ByVal Encryption As PdfEncryption, _
   ByVal Rights As PdfRight, _
   ByVal UserPassword As String, _
   ByVal OwnerPassword As String, _
   ByVal BitonalCompressionScheme As PdfCompression, _
   ByVal ColorCompressionScheme As PdfCompression _
) As GdPictureStatus
[DispId(530)]
GdPictureStatus PdfCreateFromMultipageTIFF_4( 
   int ImageID,
   string PdfFileDest,
   string Title,
   string Author,
   string Subject,
   string Keywords,
   string Creator,
   PdfEncryption Encryption,
   PdfRight Rights,
   string UserPassword,
   string OwnerPassword,
   PdfCompression BitonalCompressionScheme,
   PdfCompression ColorCompressionScheme
)
function PdfCreateFromMultipageTIFF_4( 
    ImageID: Integer;
    PdfFileDest: String;
    Title: String;
    Author: String;
    Subject: String;
    Keywords: String;
    Creator: String;
    Encryption: PdfEncryption;
    Rights: PdfRight;
    UserPassword: String;
    OwnerPassword: String;
    BitonalCompressionScheme: PdfCompression;
    ColorCompressionScheme: PdfCompression
): GdPictureStatus; 
DispIdAttribute(530)
function PdfCreateFromMultipageTIFF_4( 
   ImageID : int,
   PdfFileDest : String,
   Title : String,
   Author : String,
   Subject : String,
   Keywords : String,
   Creator : String,
   Encryption : PdfEncryption,
   Rights : PdfRight,
   UserPassword : String,
   OwnerPassword : String,
   BitonalCompressionScheme : PdfCompression,
   ColorCompressionScheme : PdfCompression
) : GdPictureStatus;
[DispId(530)]
GdPictureStatus PdfCreateFromMultipageTIFF_4( 
   int ImageID,
   string* PdfFileDest,
   string* Title,
   string* Author,
   string* Subject,
   string* Keywords,
   string* Creator,
   PdfEncryption Encryption,
   PdfRight Rights,
   string* UserPassword,
   string* OwnerPassword,
   PdfCompression BitonalCompressionScheme,
   PdfCompression ColorCompressionScheme
) 
[DispId(530)]
GdPictureStatus PdfCreateFromMultipageTIFF_4( 
   int ImageID,
   String^ PdfFileDest,
   String^ Title,
   String^ Author,
   String^ Subject,
   String^ Keywords,
   String^ Creator,
   PdfEncryption Encryption,
   PdfRight Rights,
   String^ UserPassword,
   String^ OwnerPassword,
   PdfCompression BitonalCompressionScheme,
   PdfCompression ColorCompressionScheme
) 

Parameters

ImageID
PdfFileDest
Title
Author
Subject
Keywords
Creator
Encryption
Rights
UserPassword
OwnerPassword
BitonalCompressionScheme
ColorCompressionScheme
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members